<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.travel-notes .pic-box ul.pic-list li .info .discuss-box span.time {
	position: absolute;
	right: 0;
	padding-left: 20px;
	background: url("../images/time-ico.png") no-repeat 0 10px;
	color: #999;
	font-size: 12px
}
div.photo-wall.content-list {
	text-align: center;
	padding: 16px 0 0 0
}
.photo-wall .pic-box {
	width: 100%;
	height: 450px;
	padding: 0 0 0;
	background: url("./photo-wall-bg.jpg") no-repeat;
	margin-top: 20px
}
#gallery {
	width: 100%;
	height: 450px;
	padding: 0 0 0;
	background: url("./photo-wall-bg.jpg") no-repeat;
	margin-top: 20px;
	overflow: hidden;
	z-index: 1;
	position: relative
}
.btnPrev {
	display: block;
	width: 50px;
	height:90px;
	position: absolute;
	top: 55%;
	left: 0;
	z-index: 8000;
	margin-top: -45px;
	cursor: pointer;
	background: url(../images/main-page-icon-left.png) no-repeat;
	background-size: contain
}
.btnNext {
	display: block;
	width: 50px;
	height: 90px;
	position: absolute;
	top: 55%;
	right: 0;
	z-index: 8000;
	margin-top: -45px;
	cursor: pointer;
	background: url(../images/main-page-icon-right.png) no-repeat;
	background-size: contain
}
.container_image {
	margin: 0 auto;
	position: relative;
	width: 1200px;
	font-size: .8125em
}
.roundabout-holder {
	width: 900px;
	height: 400px;
	margin: 30px 155px
}
.roundabout-moveable-item {
	width: 600px;
	height: 400px;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}
.roundabout-moveable-item a {
	display: block
}
.roundabout-moveable-item img {
	width: 100%;
	vertical-align: middle
}
.roundabout-in-focus {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

 .roundabout-holder li a p{z-index: 100; position: absolute; margin-top:-35px; line-height: 35px;padding-left: 3%;  color: #FFFFFF;width: 97%; background: #000;background-color: rgba(0,0,0,0.5); font-size:16px; }


</pre></body></html>